home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200410-21.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  71 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200410-21.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(15545);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200410-21");
  17.  script_cve_id("CAN-2004-0885");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200410-21
  20. (Apache 2, mod_ssl: Bypass of SSLCipherSuite directive)
  21.  
  22.  
  23.     A flaw has been found in mod_ssl where the "SSLCipherSuite" directive could
  24.     be bypassed in certain configurations if it is used in a directory or
  25.     location context to restrict the set of allowed cipher suites.
  26.   
  27. Impact
  28.  
  29.     A remote attacker could gain access to a location using any cipher suite
  30.     allowed by the server/virtual host configuration, disregarding the
  31.     restrictions by "SSLCipherSuite" for that location.
  32.   
  33. Workaround
  34.  
  35.     There is no known workaround at this time.
  36.   
  37. References:
  38.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0885
  39.     http://issues.apache.org/bugzilla/show_bug.cgi?id=31505
  40.  
  41.  
  42. Solution: 
  43.     All Apache 2 users should upgrade to the latest version:
  44.     # emerge sync
  45.     # emerge -pv ">=net-www/apache-2.0.52"
  46.     # emerge ">=net-www/apache-2.0.52"
  47.     All mod_ssl users should upgrade to the latest version:
  48.     # emerge sync
  49.     # emerge -pv ">=net-www/mod_ssl-2.8.20"
  50.     # emerge ">=net-www/mod_ssl-2.8.20"
  51.   
  52.  
  53. Risk factor : Low
  54. ';
  55.  script_description(english: desc);
  56.  script_copyright(english: "(C) 2004 Michel Arboi");
  57.  script_name(english: "[GLSA-200410-21] Apache 2, mod_ssl: Bypass of SSLCipherSuite directive");
  58.  script_category(ACT_GATHER_INFO);
  59.  script_family(english: "Gentoo Local Security Checks");
  60.  script_dependencies("ssh_get_info.nasl");
  61.  script_require_keys('Host/Gentoo/qpkg-list');
  62.  script_summary(english: 'Apache 2, mod_ssl: Bypass of SSLCipherSuite directive');
  63.  exit(0);
  64. }
  65.  
  66. include('qpkg.inc');
  67. if (qpkg_check(package: "net-www/mod_ssl", unaffected: make_list("ge 2.8.20"), vulnerable: make_list("lt 2.8.20")
  68. )) { security_warning(0); exit(0); }
  69. if (qpkg_check(package: "net-www/apache", unaffected: make_list("ge 2.0.52", "lt 2.0"), vulnerable: make_list("lt 2.0.52")
  70. )) { security_warning(0); exit(0); }
  71.